home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / develop / libsrc11.arc / STRET.S < prev    next >
Text File  |  1989-04-27  |  446b  |  18 lines

  1. ******************************************************************************
  2. * stret.s 3.2 1/17/86
  3. *
  4. *        68HC11 CROSS C COMPILER RUN-TIME LIBRARY
  5. *
  6. *           (c) Copyright 1984, Motorola, Inc.
  7. *
  8. *  FUNCTION NAME:    ..stret
  9. *
  10. *  ACTION:        Provide default declaration of ..stret if not provided
  11. *            by the compiler.
  12. *
  13. ******************************************************************************
  14.     dsct
  15.     xdef    ..stret
  16. ..stret: equ    *
  17.     end
  18.